home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Scope / Scope Disk #048 (199x)(Scope PD)(US)[WB].zip / Scope Disk #048 (199x)(Scope PD)(US)[WB].adf / Auto13 / autoaddmem13 < prev    next >
Text File  |  1989-01-11  |  2KB  |  55 lines

  1.    Anyone who has done the Amazing Computing hack that adds 512K of memory
  2. to the Amiga 1000 should have modified Kickstart 1.2 to "auto-configure" it.
  3. This could be done by following the directions provided by Dan Babcock with
  4. a further enhanced explanation by Brian Alltson as posted on Peoplelink. I
  5. have included the original Autoaddmem files in this Archive for reference. I
  6. thank these two gentlemen for their contribution. The following changes to
  7. KickStart 1.3 are merely modifications of their original code. The
  8. modifications simply change the addresses in the code to conform to 1.3
  9. addresses. 
  10.  
  11. One important thing to note is that Mr. Allston indicated that some
  12. mathematical gymnastics ar required to arrive at a new Checksum. Actually,
  13. the SumKick program will calculate it for you if you use the -f switch.
  14.  
  15. Example: SumKick DF0: -f 
  16.   where DF0: contains the Kickstart to be modified.
  17.  
  18. Using Diskzap (included) or DiskX (available elsewhere on Plink) make the
  19. following changes to a COPY of your KICKSTART 1.3. This also works on
  20. KICKWORK 1.3, a commercial product that combines the Kickstart and Workbench
  21. Disk.
  22.  
  23.  Please note that Diskzap block numbers are in hex while DiskX block numbers
  24. are in decimal. Both are given here.
  25.  
  26. Block 142h (322) starting at location 1F6 - 00 FE 88 B2 (pointer to patch)  
  27.  
  28. Block 145h (325) starting at location AC 
  29.  
  30.                                     4E F9 00 FE 
  31. 89 1E 48 E7 E0 C2 08 B9 00 07 00 BF D1 00 08 F9 
  32. 00 03 00 BF D1 00 08 B9 00 03 00 BF D1 00 08 F9
  33. 00 07 00 BF D1 00 08 F9 00 03 00 BF D1 00 08 B9
  34. 00 03 00 BF D1 00 2C 78 00 04 20 3C 00 08 00 00
  35. 22 3C 00 10 00 05 74 00 20 7C 00 08 00 00 93 C9
  36. 4E AE FD 96 4C DF 43 07 4E F9 00 FE 84 44
  37.  
  38. This patch assumes:
  39. a. You have added the 2 chip hardware fix in the original AC hack.
  40. b. You have 80000h bytes at address 80000.
  41.  
  42. If you have other types of non-autoconfiguring memory and were smart enough
  43. to do the patch the first time you can probably adapt this patch to your
  44. needs. The important new addresses to remember are:
  45.  
  46. FE88B2  patch starting location
  47. FE891E  Display routine the patch jumps to
  48. FE8444  Place to go at end of patch (original address in block 145h 1F6)
  49.  
  50.     Anyone who wants to get involved with changing the graphic as described
  51. in Brian's text has my blessing and sympathy!
  52.  
  53. Tom Drane
  54. OPS289
  55.